toggle menu
ksrpc
0.9.2
common
switch theme
search in API
ksrpc-test
/
[root]
/
ComplexClass
Complex
Class
@
Serializable
data
class
ComplexClass
(
val
intValue
:
Int
?
,
val
stringsValue
:
List
<
String
?
>
?
,
val
child
:
ComplexClass
?
,
val
otherValues
:
Map
<
String
,
OtherClass
>
)
Members
Constructors
Complex
Class
Link copied to clipboard
constructor
(
intValue
:
Int
?
,
stringsValue
:
List
<
String
?
>
?
,
child
:
ComplexClass
?
,
otherValues
:
Map
<
String
,
OtherClass
>
)
Properties
child
Link copied to clipboard
val
child
:
ComplexClass
?
int
Value
Link copied to clipboard
val
intValue
:
Int
?
other
Values
Link copied to clipboard
val
otherValues
:
Map
<
String
,
OtherClass
>
strings
Value
Link copied to clipboard
val
stringsValue
:
List
<
String
?
>
?